翻訳と辞書
Words near each other
・ Condemned to Death
・ Condemned to Hang
・ Condemned to Live
・ Condemned Women
・ Condenados
・ Condensate
・ Condensate (album)
・ Condensate polisher
・ Concurrent estate
・ Concurrent estimation
・ Concurrent Euclid
・ Concurrent Haskell
・ Concurrent jurisdiction
・ Concurrent lines
・ Concurrent List
Concurrent logic programming
・ Concurrent majority
・ Concurrent mark sweep collector
・ Concurrent MetateM
・ Concurrent ML
・ Concurrent object-oriented programming
・ Concurrent overlap
・ Concurrent Pascal
・ Concurrent powers
・ Concurrent resolution
・ Concurrent tandem catalysis
・ Concurrent Technologies Corporation
・ Concurrent testing
・ Concurrent use registration
・ Concurrent user


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Concurrent logic programming : ウィキペディア英語版
Concurrent logic programming
Concurrent logic programming is a variant of logic programming in which programs are sets of guarded Horn clauses of the form:
:H :- G1, …, Gn | B1, …, Bn.
The conjunction G1, … , Gn is called the guard of the clause, and | is the commitment operator.
Declaratively, guarded Horn clauses are read as ordinary logical implications:
:H if G1 and … and Gn and B1 and … and Bn.
However, procedurally, when there are several clauses whose heads H match a given goal, then all of the clauses are executed in parallel, checking whether their guards G1, … , Gn hold. If the guards of more than one clause hold, then a committed choice is made to one of the clauses, and execution proceedes with the subgoals B1, …, Bn of the chosen clause. These subgoals can also be executed in parallel. Thus concurrent logic programming implements a form of "don't care nondeterminism", rather
than "don't know nondeterminism".
==History==
The first concurrent logic programming language was the Relational Language of Clark and Gregory, which was an offshoot of IC-Prolog. Later versions of concurrent logic programming include Shapiro's Concurrent Prolog and Ueda's Guarded Horn Clause language GHC.
The development of concurrent logic programming was given an impetus when GHC was used to implement KL1, the systems programming language of the Japanese Fifth Generation Project (FGCS). The FGCS Project was a $400M initiative by Japan's Ministry of International Trade and Industry, begun in 1982, to use massively parallel computing/processing for artificial intelligence applications. The choice of concurrent logic programming as the “missing link” between the hardware and the applications was influenced by a visit to the FGCS Project in 1982 by Ehud Shapiro, who invented Concurrent Prolog.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Concurrent logic programming」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.